This topic provides necessary configuration information for iFrame integration.
LOS clients issue one of the following commands to initiate an iFrame session:
https://[lp_app_url]/#/los-integration?tk=[access_token]&rtk=[refresh_token]
https://[lp_app_url]/#/los-integration?ttk=[tinyAccessToken]
The following configurations are to be done by the Lender Price UI when an iFrame session has been initiated:
URL Callback: The URL callback where requests will be notified.
https://los.com
Auth Mode: (Basic | JWT)
Username: This is the Lender Price username (lp_username) for the loan officer initiating the iFrame session.
Password: This is the Lender Price password (lp_password) for the loan officer initiating the iFrame session
Headers: The ability to add HEADER information to the auth request used for the callback.
Origin: Lenderprice
Path: The initial path appended to the URL callback.
/los-path
All communications between Lender Price and a third party will use this authentication mode.
An iFrame configuration must have the ability to enable or disable specific functions such as:
List Loan (Yes/No)
BuySide/SellSide (Yes/No)
Some integrations may restrict the saving of all fields from Lender Price. The Pricing UI should be adjusted to accurately represent the nature of the integration.